home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 (Developer) [x86]
/
NeXT Step 3.1 Intel dev.cdr.dmg
/
NextDeveloper
/
Examples
/
IndexingKit
/
Ledger
/
PB.project
< prev
next >
Wrap
Text File
|
1993-01-25
|
1KB
|
27 lines
INSTALLDIR = "$(HOME)/Apps";
APPICON = icon.tiff;
GENERATEMAIN = YES;
DOCICONFILES = (archive.tiff);
FILESTABLE = {
OTHER_LIBS = (dbkit_s, Indexing_s, Media_s, NeXT_s);
CLASSES = (AccountWindow.m, GlobalThings.m, JFTableVectorConfiguration.m, JFTableViewLoader.m, KAYEditableFormatter.m, LedgerController.m, MainDelegate.m, MoneyWell.m, Transaction.m);
OTHER_SOURCES = (Makefile, README.rtfd);
INTERFACES = (Ledger.nib, LedgerController.nib);
H_FILES = (AccountWindow.h, GlobalThings.h, JFTableVectorConfiguration.h, JFTableViewLoader.h, KAYEditableFormatter.h, LedgerController.h, MainDelegate.h, MoneyWell.h, Transaction.h);
IMAGES = (archive.tiff, icon.tiff, info.tiff, moneyDrag.tiff, well.tiff);
OTHER_LINKED = ();
M_FILES = (Ledger_main.m);
};
APPCLASS = Application;
MAINNIB = Ledger;
DOCEXTENSIONS = (store);
PROJECTTYPE = Application;
PROJECTVERSION = 1.1;
LOCALIZABLE_FILES = {
LedgerController.nib;
Ledger.nib;
};
PROJECTNAME = Ledger;
SYSTEMEXTENSIONS = ();
LANGUAGE = English;